﻿DIPLOMACY = {
	c:GBR = {
		create_diplomatic_pact = {
			country = c:POR
			type = defensive_pact
		}	
	}
	c:RUS = {
		create_diplomatic_pact = {
			country = c:PRU
			type = defensive_pact
		}	
		create_diplomatic_pact = {
			country = c:AUS
			type = defensive_pact
		}	
	}
	c:PRU = {
		create_diplomatic_pact = {
			country = c:AUS
			type = defensive_pact
		}	
	}
}